home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr26
/
netprog.zip
/
NETPROG.TAR
/
rpc.sun
/
timedate
/
date.x
< prev
next >
Wrap
Text File
|
1989-12-17
|
481b
|
17 lines
/*
* date.x - Specification of remote date and time service.
*/
/*
* Define 2 procedures:
* bin_date_1() returns the binary time and date (no arguments).
* str_date_1() takes a binary time and returns a human-readable string.
*/
program DATE_PROG {
version DATE_VERS {
long BIN_DATE(void) = 1; /* procedure number = 1 */
string STR_DATE(long) = 2; /* procedure number = 2 */
} = 1; /* version number = 1 */
} = 0x31234567; /* program number = 0x31234567 */